home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / aspgue1a / guestboo.mdb / Guestbook.json
Encoding:
JavaScript Object Notation  |  1999-09-22  |  576 b 

  1. {
  2.     "schema": {
  3.         "ID": "Long Integer",
  4.         "PostDate": "DateTime NOT NULL",
  5.         "Name": "Text (255) NOT NULL",
  6.         "City": "Text (100)",
  7.         "State": "Text (50)",
  8.         "Country": "Text (100) NOT NULL",
  9.         "Email": "Text (255)",
  10.         "URL": "Text (255)",
  11.         "Comments": "Memo/Hyperlink (255) NOT NULL"
  12.     },
  13.     "data": [
  14.         {
  15.             "ID": 1,
  16.             "PostDate": "11/01/98 04:08:48",
  17.             "Name": "Kathi O'Shea",
  18.             "City": "Fresno",
  19.             "State": "California",
  20.             "Country": "USA",
  21.             "Email": "kathi@attitude.com",
  22.             "URL": "http://www.attitude.com/users/kathi",
  23.             "Comments": "Thanks for using this guestbook! You can delete this entry by using the administration script included in the zipfile."
  24.         }
  25.     ]
  26. }